lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 23 Jun 2012 16:58:13 +0000 (18:58 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 23 Jun 2012 16:58:13 +0000 (18:58 +0200)
lisp/ChangeLog
lisp/makefile.w32-in

index a4a96f5568a0570d57ec234d2d47de425e92b61e..ab512426d41a5e36bd26880c962590df9476d0fb 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in (COMPILE_FIRST): Synch with changes in revno:108688.
+
 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * help-fns.el (describe-variable): Don't croak when doc is not found.
index 2137607281ac5805290e62c805d150614f0d2c99..91a25b7c071aec4dff432fd4d76367db4131a069 100644 (file)
@@ -79,10 +79,10 @@ BYTE_COMPILE_FLAGS = $(BIG_STACK_OPTS) $(BYTE_COMPILE_EXTRA_FLAGS)
 # speed up the bootstrap process.
 
 COMPILE_FIRST = \
-       $(lisp)/emacs-lisp/bytecomp.el \
-       $(lisp)/emacs-lisp/byte-opt.el \
        $(lisp)/emacs-lisp/macroexp.el \
        $(lisp)/emacs-lisp/cconv.el \
+       $(lisp)/emacs-lisp/byte-opt.el \
+       $(lisp)/emacs-lisp/bytecomp.el \
        $(lisp)/emacs-lisp/autoload.el
 
 # The actual Emacs command run in the targets below.